home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Crackme8.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1999-05-24  |  900 b   |  54 lines

  1. object Form3: TForm3
  2.   Left = 530
  3.   Top = 283
  4.   Width = 217
  5.   Height = 126
  6.   Caption = 'Name/Serial'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 12
  19.     Width = 28
  20.     Height = 13
  21.     Caption = 'Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 24
  25.     Top = 36
  26.     Width = 26
  27.     Height = 13
  28.     Caption = 'Serial'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 64
  32.     Top = 8
  33.     Width = 121
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object Edit2: TEdit
  38.     Left = 64
  39.     Top = 32
  40.     Width = 121
  41.     Height = 21
  42.     TabOrder = 1
  43.   end
  44.   object Button1: TButton
  45.     Left = 112
  46.     Top = 64
  47.     Width = 75
  48.     Height = 25
  49.     Caption = '&Ok'
  50.     TabOrder = 2
  51.     OnClick = Button1Click
  52.   end
  53. end
  54.